home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / anarkey / anarkey.sum < prev    next >
Text File  |  1989-10-01  |  2KB  |  64 lines

  1.                          ANARKEY Function Summary
  2.  
  3. Line Editing Functions
  4. ----------------------
  5. Cursor movement:
  6.    To start of line                        <Home>
  7.    To end of line                          <End>
  8.    Right one character                     <Right>
  9.    Right one word                          <Ctrl-Right>
  10.    Left one character                      <Left>
  11.    Left one word                           <Ctrl-Left>
  12.  
  13. Character deletion:
  14.    Character left                          <Backspace>
  15.    Current character                       <Del>
  16.    Word right                              <Ctrl-T>
  17.    To end of line                          <Ctrl-End> or <Ctrl-Y>
  18.    Delete line                             <Esc>
  19.  
  20. Character retrieval:
  21.    Single char from previous line          <F1>
  22.    Remainder of previous line              <F3>
  23.    Remainder of prev line and execute      <Alt-F3>
  24.  
  25. Miscellaneous:
  26.    Accept line                             <Enter>
  27.    Toggle insert/overwrite mode            <Ins>
  28.    Accept next keystroke unmodified        <Ctrl-U>
  29.  
  30. Mega-Key
  31. --------
  32.    Mega-completion                         <Tab>
  33.  
  34. History Buffer Functions
  35. ------------------------
  36.    Retrieve previous buffer line           <Up>
  37.    Retrieve next buffer line               <Down>
  38.    Find string match and edit              <F5> or <Ctrl-K>
  39.    Find string match and execute           <F6> or <Ctrl-L>
  40.    Restore CBL, get next line              <PgDn>
  41.  
  42.    Display buffer contents                 <F4>
  43.    Display buffer contents from bottom     <Ctrl-F4>
  44.    Write buffer to \ANARKEY.LOG            <Ctrl-W>
  45.    Remove current buffer line              <Ctrl-Z>
  46.    Clear buffer                            <Ctrl-X>
  47.  
  48. AKA Functions
  49. -------------
  50.    Display AKAs                            <Alt-F4>
  51.    Undefine all AKAs                       <Alt-X>
  52.  
  53. Directory, Program and File Name Completion Functions
  54. -----------------------------------------------------
  55.    Complete directory name                 <F7> or <Ctrl-D>
  56.    Complete file/program name              <F8> or <Ctrl-F>
  57.  
  58. Miscellaneous Functions
  59. -----------------------
  60.    Retrieve environment variable           <F9> or <Ctrl-E>
  61.    Display switchar programs               <Shift-F4>
  62.    Check command lengths                   <F2>
  63.    Repress multiple commands per line      <F10> or <Ctrl-R>
  64.